home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 022a / giflog.zip / GIFLOG.BAT next >
DOS Batch File  |  1991-01-12  |  454b  |  12 lines

  1. rem     ******************************************************
  2. rem     * To use this batch file change \giflog\directory    *
  3. rem     * to the directory that contains GIFLOG.EXE,         *
  4. rem     * GIFLOG.CAT, and GIFLOG.CFG OR use the GIFLOG       *
  5. rem     * environment variable.  See GIFLOG.DOC for details. *
  6. rem     ******************************************************
  7. @echo off
  8. pushdir > NUL
  9. cd \giflog\directory
  10. giflog
  11. popdir > NUL
  12.